Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update godeps #81

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix(deps): update godeps #81

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
dario.cat/mergo v1.0.0 -> v1.0.1 age adoption passing confidence require patch
github.com/crossplane/crossplane-runtime v1.16.0 -> v1.18.0 age adoption passing confidence require minor
github.com/crossplane/crossplane-tools 628280f -> 1ad3d4c age adoption passing confidence require digest
github.com/crossplane/upjet v1.4.0 -> v1.4.1 age adoption passing confidence require patch
github.com/hashicorp/terraform-json v0.17.1 -> v0.24.0 age adoption passing confidence require minor
github.com/hashicorp/terraform-plugin-sdk/v2 v2.30.0 -> v2.35.0 age adoption passing confidence require minor
github.com/mrparkers/terraform-provider-keycloak 3f6b75b -> f87470c age adoption passing confidence require digest
k8s.io/api v0.29.3 -> v0.32.0 age adoption passing confidence require minor
k8s.io/apimachinery v0.29.3 -> v0.32.0 age adoption passing confidence require minor
k8s.io/client-go v0.29.3 -> v0.32.0 age adoption passing confidence require minor
sigs.k8s.io/controller-runtime v0.17.3 -> v0.19.3 age adoption passing confidence require minor
sigs.k8s.io/controller-tools v0.14.0 -> v0.16.5 age adoption passing confidence require minor

Release Notes

imdario/mergo (dario.cat/mergo)

v1.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: darccio/mergo@v1.0.0...v1.0.1

crossplane/crossplane-runtime (github.com/crossplane/crossplane-runtime)

v1.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: crossplane/crossplane-runtime@v1.17.0...v1.18.0

v1.17.0

Compare Source

Breaking Changes and Warnings

  • ExternalClient.Delete() method has a new return type of ExternalDelete
    • All downstream consumers of this package will need to update their ExternalClient.Delete() implementations to include this new return type.
    • In most cases, an empty struct can be returned, e.g. ExternalDelete{}.
    • In v1.17, if the implementor of the Delete() method wants to include additional details about the deletion operation to include in the change logs, then they may include those details in this return type.

What's Changed

New Contributors

Full Changelog: crossplane/crossplane-runtime@v1.17.0-rc.0...v1.17.0

crossplane/upjet (github.com/crossplane/upjet)

v1.4.1

Compare Source

hashicorp/terraform-json (github.com/hashicorp/terraform-json)

v0.24.0

Compare Source

ENHANCEMENTS:

INTERNAL:

New Contributors

Full Changelog: hashicorp/terraform-json@v0.23.0...v0.24.0

v0.23.0

Compare Source

ENHANCEMENTS:

INTERNAL:

Full Changelog: hashicorp/terraform-json@v0.22.1...v0.23.0

v0.22.1

Compare Source

BUG FIXES:

Full Changelog: hashicorp/terraform-json@v0.22.0...v0.22.1

v0.22.0

Compare Source

ENHANCEMENTS:

INTERNAL:

New Contributors

Full Changelog: hashicorp/terraform-json@v0.21.0...v0.22.0

v0.21.0

Compare Source

ENHANCEMENTS

Full Changelog: hashicorp/terraform-json@v0.20.0...v0.21.0

v0.20.0

Compare Source

ENHANCEMENTS:

Full Changelog: hashicorp/terraform-json@v0.19.0...v0.20.0

v0.19.0

Compare Source

ENHANCEMENTS:

INTERNAL:

New Contributors

Full Changelog: hashicorp/terraform-json@v0.18.0...v0.19.0

v0.18.0

Compare Source

NOTES:

ENHANCEMENTS:

BUG FIXES:

INTERNAL:

New Contributors

hashicorp/terraform-plugin-sdk (github.com/hashicorp/terraform-plugin-sdk/v2)

v2.35.0

Compare Source

NOTES:

  • all: This Go module has been updated to Go 1.22 per the Go support policy. It is recommended to review the Go 1.22 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#​1373)
  • helper/schema: While this Go module will not receive support for ephemeral resource types, the provider server is updated to handle the new operations, which will be required to prevent errors when updating terraform-plugin-framework or terraform-plugin-mux in the future. (#​1390)

v2.34.0

Compare Source

NOTES:

  • all: The v2.33.0 release updated this Go module to Go 1.21 per the Go support policy. It is recommended to review the Go 1.21 release notes before upgrading. Any consumers building on earlier Go versions may experience errors (#​1318)
  • This release contains support for deferred actions, which is an experimental feature only available in prerelease builds of Terraform 1.9 and later. This functionality is subject to change and is not protected by version compatibility guarantees. (#​1335)

FEATURES:

  • helper/schema: Added (Provider).ConfigureProvider function for configuring providers that support additional features, such as deferred actions. (#​1335)
  • helper/schema: Added (Resource).ResourceBehavior to allow additional control over deferred action behavior during plan modification. (#​1335)

v2.33.0

Compare Source

NOTES:

  • helper/schema: While this Go module will not receive support for provider defined functions, the provider server is updated to handle the new operation, which will be required to prevent errors when updating terraform-plugin-framework or terraform-plugin-mux in the future (#​1316)

v2.32.0

Compare Source

NOTES:

  • helper/schema: While this Go module will not receive support for moving resource state across resource types, the provider server is updated to handle the new operation, which will be required to prevent errors when updating terraform-plugin-framework or terraform-plugin-mux in the future. (#​1307)

v2.31.0

Compare Source

NOTES:

  • helper/schema: While this Go module will not receive support for provider-defined functions, the provider server is updated to handle the new operations, which will be required to prevent errors when updating terraform-plugin-framework or terraform-plugin-mux in the future. (#​1288)
kubernetes/api (k8s.io/api)

v0.32.0

Compare Source

v0.31.4

Compare Source

v0.31.3

Compare Source

v0.31.2

Compare Source

v0.31.1

Compare Source

v0.31.0

Compare Source

v0.30.8

Compare Source

v0.30.7

Compare Source

v0.30.6

Compare Source

v0.30.5

Compare Source

v0.30.4

Compare Source

v0.30.3

Compare Source

v0.30.2

Compare Source

v0.30.1

Compare Source

v0.30.0

Compare Source

v0.29.12

Compare Source

v0.29.11

Compare Source

v0.29.10

Compare Source

v0.29.9

Compare Source

v0.29.8

Compare Source

v0.29.7

Compare Source

v0.29.6

Compare Source

v0.29.5

Compare Source

v0.29.4

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.32.0

Compare Source

v0.31.4

Compare Source

v0.31.3

Compare Source

v0.31.2

Compare Source

v0.31.1

Compare Source

v0.31.0

Compare Source

v0.30.8

Compare Source

v0.30.7

Compare Source

v0.30.6

Compare Source

v0.30.5

Compare Source

v0.30.4

Compare Source

v0.30.3

Compare Source

v0.30.2

Compare Source

v0.30.1

Compare Source

v0.30.0

Compare Source

v0.29.12

Compare Source

v0.29.11

Compare Source

v0.29.10

Compare Source

v0.29.9

Compare Source

v0.29.8

Compare Source

v0.29.7

Compare Source

v0.29.6

Compare Source

v0.29.5

Compare Source

v0.29.4

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.32.0

Compare Source

v0.31.4

Compare Source

v0.31.3

Compare Source

v0.31.2

Compare Source

v0.31.1

Compare Source

v0.31.0

Compare Source

v0.30.8

Compare Source

v0.30.7

Compare Source

v0.30.6

Compare Source

v0.30.5

Compare Source

v0.30.4

Compare Source

v0.30.3

Compare Source

v0.30.2

Compare Source

v0.30.1

Compare Source

v0.30.0

Compare Source

v0.29.12

Compare Source

v0.29.11

Compare Source

v0.29.10

Compare Source

v0.29.9

Compare Source

v0.29.8

Compare Source

v0.29.7

Compare Source

v0.29.6

Compare Source

v0.29.5

Compare Source

v0.29.4

Compare Source

kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)

v0.19.3

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.19.2...v0.19.3

v0.19.2

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.19.1...v0.19.2

v0.19.1

[Compare Source](https://redirect.github.com/kubernetes-s


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update godeps to v0.29.4 fix(deps): update godeps to v0.30.0 Apr 18, 2024
@renovate renovate bot force-pushed the renovate/godeps branch 5 times, most recently from 376a5fd to cc5ce40 Compare April 22, 2024 10:34
@crossplane-contrib crossplane-contrib deleted a comment from renovate bot Apr 22, 2024
@renovate renovate bot force-pushed the renovate/godeps branch from cc5ce40 to 2640710 Compare April 22, 2024 10:38
@renovate renovate bot force-pushed the renovate/godeps branch from 2640710 to 1cffbc6 Compare April 22, 2024 13:51
@renovate renovate bot changed the title fix(deps): update godeps to v0.30.0 fix(deps): update godeps Apr 22, 2024
@renovate renovate bot force-pushed the renovate/godeps branch 2 times, most recently from e4cce25 to 81d920d Compare April 25, 2024 17:11
@Breee
Copy link
Collaborator

Breee commented Apr 27, 2024

Currently Seems it's broken af:

# github.com/crossplane/crossplane-runtime/pkg/controller
/home/bree/go/pkg/mod/github.com/crossplane/[email protected]/pkg/controller/engine.go:237:14: cannot use ... in call to non-variadic ctrl.Watch
/home/bree/go/pkg/mod/github.com/crossplane/[email protected]/pkg/controller/engine.go:250:13: cannot use ... in call to non-variadic ctrl.Watch
/home/bree/go/pkg/mod/github.com/crossplane/[email protected]/pkg/controller/engine.go:250:40: not enough arguments in call to source.Kind
        have ("sigs.k8s.io/controller-runtime/pkg/cache".Cache, client.Object)
        want ("sigs.k8s.io/controller-runtime/pkg/cache".Cache, T, handler.TypedEventHandler[T], ...predicate.TypedPredicate[T])
16:24:31 [FAIL]
make[3]: *** [build/makelib/golang.mk:141: go.build] Error 1
make[2]: *** [build/makelib/common.mk:332: do.build.platform.linux_amd64] Error 2
make[1]: *** [build/makelib/common.mk:345: build.all] Error

we'll wait for github.com/crossplane/crossplane-runtime v16.x to be out of RCs

@renovate renovate bot force-pushed the renovate/godeps branch 2 times, most recently from 127bd9c to b3cf64a Compare May 7, 2024 00:13
@renovate renovate bot force-pushed the renovate/godeps branch 3 times, most recently from 2984aba to e79a033 Compare May 16, 2024 06:20
@renovate renovate bot force-pushed the renovate/godeps branch 3 times, most recently from 33ae43f to 5526d78 Compare May 24, 2024 17:15
@renovate renovate bot force-pushed the renovate/godeps branch 3 times, most recently from f598941 to 792ddb1 Compare June 1, 2024 15:48
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 48 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.23.3
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 -> v1.1.0-alpha.2
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/cloudflare/circl v1.3.3 -> v1.3.7
github.com/dave/jennifer v1.4.1 -> v1.7.0
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/evanphx/json-patch v5.6.0+incompatible -> v5.9.0+incompatible
github.com/evanphx/json-patch/v5 v5.8.0 -> v5.9.0
github.com/fatih/color v1.16.0 -> v1.18.0
github.com/go-logr/logr v1.4.1 -> v1.4.2
github.com/go-openapi/swag v0.22.3 -> v0.22.4
github.com/gobuffalo/flect v1.0.2 -> v1.0.3
github.com/google/uuid v1.4.0 -> v1.6.0
github.com/hashicorp/go-hclog v1.5.0 -> v1.6.3
github.com/hashicorp/go-plugin v1.5.1 -> v1.6.2
github.com/hashicorp/go-retryablehttp v0.7.1 -> v0.7.7
github.com/hashicorp/go-version v1.6.0 -> v1.7.0
github.com/hashicorp/hc-install v0.6.1 -> v0.9.0
github.com/hashicorp/hcl/v2 v2.19.1 -> v2.22.0
github.com/hashicorp/terraform-exec v0.19.0 -> v0.21.0
github.com/hashicorp/terraform-plugin-go v0.19.0 -> v0.25.0
github.com/hashicorp/terraform-registry-address v0.2.2 -> v0.2.3
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d -> v0.1.1
github.com/prometheus/client_golang v1.18.0 -> v1.19.1
github.com/prometheus/client_model v0.5.0 -> v0.6.1
github.com/prometheus/common v0.45.0 -> v0.55.0
github.com/prometheus/procfs v0.12.0 -> v0.15.1
github.com/spf13/cobra v1.8.0 -> v1.8.1
github.com/vmihailenco/msgpack/v5 v5.3.5 -> v5.4.1
github.com/zclconf/go-cty v1.14.1 -> v1.15.0
go.uber.org/zap v1.26.0 -> v1.27.0
golang.org/x/crypto v0.25.0 -> v0.28.0
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 -> v0.0.0-20240719175910-8a7402abbf56
golang.org/x/mod v0.19.0 -> v0.21.0
golang.org/x/net v0.27.0 -> v0.30.0
golang.org/x/oauth2 v0.15.0 -> v0.22.0
golang.org/x/sync v0.7.0 -> v0.8.0
golang.org/x/sys v0.22.0 -> v0.26.0
golang.org/x/term v0.22.0 -> v0.25.0
golang.org/x/text v0.16.0 -> v0.19.0
golang.org/x/tools v0.23.0 -> v0.26.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f -> v0.0.0-20240814211410-ddb44dafa142
google.golang.org/grpc v1.61.0 -> v1.67.1
google.golang.org/protobuf v1.33.0 -> v1.35.1
k8s.io/apiextensions-apiserver v0.29.2 -> v0.31.2
k8s.io/component-base v0.29.2 -> v0.31.2
k8s.io/klog/v2 v2.110.1 -> v2.130.1
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 -> v0.0.0-20240228011516-70dd3763d340
k8s.io/utils v0.0.0-20230726121419-3b25d923346b -> v0.0.0-20240711033017-18e509b52bc8

@renovate renovate bot force-pushed the renovate/godeps branch 2 times, most recently from 7d6a2c3 to e8c4a6f Compare June 5, 2024 21:57
@renovate renovate bot force-pushed the renovate/godeps branch 2 times, most recently from 9d3153f to f992a4b Compare September 16, 2024 19:19
@renovate renovate bot force-pushed the renovate/godeps branch 2 times, most recently from 616e36d to 0853e57 Compare October 1, 2024 11:19
@renovate renovate bot force-pushed the renovate/godeps branch from 0853e57 to 3d496be Compare October 10, 2024 13:21
@renovate renovate bot force-pushed the renovate/godeps branch 6 times, most recently from ebbff64 to 9ed4f12 Compare October 30, 2024 10:47
@renovate renovate bot force-pushed the renovate/godeps branch 2 times, most recently from e9391b7 to 30652af Compare November 5, 2024 11:22
@renovate renovate bot force-pushed the renovate/godeps branch 3 times, most recently from 6250276 to 55eea1a Compare November 15, 2024 19:30
@renovate renovate bot force-pushed the renovate/godeps branch from 55eea1a to 3b63066 Compare November 20, 2024 10:01
Copy link
Contributor Author

renovate bot commented Nov 20, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: github.com/mrparkers/[email protected]: parsing go.mod:
	module declares its path as: github.com/keycloak/terraform-provider-keycloak
	        but was required as: github.com/mrparkers/terraform-provider-keycloak

@renovate renovate bot force-pushed the renovate/godeps branch 4 times, most recently from ecf1ee8 to d1c9882 Compare November 22, 2024 20:43
@renovate renovate bot force-pushed the renovate/godeps branch 4 times, most recently from 93f57db to bce0fce Compare December 6, 2024 09:57
@renovate renovate bot force-pushed the renovate/godeps branch 2 times, most recently from 46d172b to 404c80e Compare December 12, 2024 00:20
@renovate renovate bot force-pushed the renovate/godeps branch from 404c80e to b686c4d Compare December 12, 2024 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant